home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / boot / menus / mboard2.scn < prev    next >
Encoding:
Text File  |  2005-04-27  |  3.9 KB  |  65 lines

  1. #
  2. # Mainboard Tools #2
  3. #
  4. mainboard2_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.3                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Mainboard Tools 2/3]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " CPU Information                                                                "
  17. set textColor = color[white on cyan]
  18. print " [F1] Intel Processor Frequency ID V7.2.20041115                                "
  19. print "                                                                                "
  20. set textColor = color[yellow on cyan]
  21. print " System Information                                                             "
  22. set textColor = color[white on cyan]
  23. print " [F2] AIDA16 V2.14                      [F6] PCISniffer V1.3                    "
  24. print " [F3] NSSI V0.58.6                      [F7] PCI V1.1                           "
  25. print " [F4] PC-Config V9.33                   [F8] CTIA V2.1                          "
  26. print " [F5] ASTRA V5.00 (Demo)                                                        "
  27. print "                                                                                "
  28. set textColor = color[yellow on cyan]
  29. print " Benchmark Applications                                                         "
  30. set textColor = color[white on cyan]
  31. print " [F9] System Speed Test 32 V4.78         [3] CD Index V1.1                      "
  32. print "  [1] 3D Benchmark VGA V1.0              [4] QwikTest                           "
  33. print "  [2] CPU Benchmark                                                             "
  34. print "                                                                                "
  35. print "                                                                                "
  36. print "                                                                                "
  37. print "                                                                                "
  38. print "                                                                                "
  39. set textColor = color[white on blue]
  40. print "    Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  41. set textColor = color[white on black]
  42.  
  43. #
  44. # Actions
  45. #
  46. getkey
  47. clear
  48. if ($lastKey == key[f1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=intelfid
  49. if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=aida16
  50. if ($lastKey == key[f3]); then memdisk /images/nssi.igz
  51. if ($lastKey == key[f4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=pcconfig
  52. if ($lastKey == key[f5]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=astra
  53. if ($lastKey == key[f6]); then memdisk /images/pcisniff.igz
  54. if ($lastKey == key[f7]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=pci
  55. if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=ctia
  56. if ($lastKey == key[f9]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=sst
  57. if ($lastKey == key[1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=3dbench
  58. if ($lastKey == key[2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=bench
  59. if ($lastKey == key[3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=cdindex
  60. if ($lastKey == key[4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=qwiktest
  61. if ($lastKey == key[left]); then script mboard.scn
  62. if ($lastKey == key[right]); then script mboard3.scn
  63. if ($lastKey == key[esc]); then script main.scn
  64. goto mainboard2_menu
  65.